home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gnat1792.zip / gnat179b / readme.dos < prev    next >
Text File  |  1994-06-03  |  2KB  |  41 lines

  1. This is the README file from the DOS binary distribution of GNAT.
  2. To find the latest updates on GNAT release status, including any corrections
  3. to procedures described in this file, get the README from NYU that can be
  4. retrieved by anonymous ftp from cs.nyu.ede:pub/gnat or by sending mail
  5. to gnat-send-readme@cs.nyu.edu.
  6.  
  7. This directory contains the files needed for installing and running GNAT
  8. on a pc running DOS and GO32.  It includes the C compiler also.
  9.  
  10. INSTALLING
  11.  
  12. Modify MAKEFILE and T-ADAINC/MAKEFILE according to your installation,
  13. usually just the prefix line.  Make sure the $(bindir) directory is in
  14. your PATH (as it should be if you've already installed DJGPP which must
  15. be the case before running DOINSTALL.BAT), 
  16. then run DOINSTALL.BAT.  Afterwards, you must define
  17. the environment variables ADA_INCLUDE_PATH and ADA_OBJECTS_PATH to point
  18. to $(adaincdir) and $(adaobjdir) respectively.
  19.  
  20. USE
  21.  
  22. Using GNAT is documented in gnat-intro.  You must use the -k8 switch when
  23. compiling the examples and your own applications using this version of GNAT.
  24.  
  25. EXPLANATION of installation
  26.  
  27. Since GCC is normally built from sources, the procedures for installing
  28. GCC can (and do) build default directory names into several of the
  29. executables at the time of building and installation.  At present, it
  30. is difficult to provide ways for modifying these directories in this
  31. binary distribution.  Instead, the binaries here are built with the standard
  32. defaults, and directions are provided for working with them even if
  33. they cannot be installed in the standard locations. 
  34.  
  35. EXAMPLES
  36.  
  37. The examples directory contains simple examples.
  38.  
  39.  
  40. 
  41.